Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheets Interface / Item Property / Item(Int32[]) Property
An array of integer values indicates the worksheet indexes.


In This Topic
Item(Int32[]) Property
In This Topic
Gets the specified IWorksheet objects by the zero based indexes.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal ParamArray indexes() As Integer _
) As IWorksheets
 
'Usage
 
Dim instance As IWorksheets
Dim indexes() As Integer
Dim value As IWorksheets
 
value = instance.Item(indexes)

Parameters

indexes
An array of integer values indicates the worksheet indexes.

Property Value

The IWorksheet objects at the specified indexes.
See Also